home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / mars2.dxr / 00116.ls < prev    next >
Encoding:
Text File  |  1997-06-05  |  144 b   |  9 lines

  1. on exitFrame
  2.   global gMoovLength
  3.   if the movieTime of sprite 5 < gMoovLength then
  4.     go(the frame - 1)
  5.   else
  6.     go("BJCLOSE")
  7.   end if
  8. end
  9.